Skip to main content
Version: 5.x.x

RunningRequestValueType


import { RunningRequestValueType } from "@hyper-fetch/core"

Description

Defined in dispatcher/dispatcher.types.ts:36

Preview

type RunningRequestValueType = {
request: RequestInstance;
requestId: string;
timestamp: number;
}

Structure

{
request: Request<any, any, any, any, any, any, AdapterType<any, any, any, any, any>, any, any, any>;
requestId: string;
timestamp: number;
}